home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / vr / vrrgmac.h < prev   
Encoding:
C/C++ Source or Header  |  1991-12-23  |  486 b   |  54 lines

  1. extern void MacRGsetdevice
  2.   (
  3.     void
  4.   );
  5.  
  6. extern int MacRGnewwindow
  7.   (
  8.     char *name,
  9.     int x1,
  10.     int y1,
  11.     int x2,
  12.     int y2
  13.   );
  14.  
  15. extern int MacRGsubwindow
  16.   (
  17.     int wn
  18.   );
  19.  
  20. extern void MacRGsetwindow
  21.   (
  22.     int wn
  23.   );
  24.  
  25. extern void MacRGdestroy
  26.   (
  27.     int wn
  28.   );
  29.  
  30. extern int MacRGupdate
  31.   (
  32.     WindowPtr wind
  33.   );
  34.  
  35. extern void MacRGremove
  36.   (
  37.     int wn
  38.   );
  39.  
  40. extern int MacRGfindwind
  41.   (
  42.     WindowPtr wind
  43.   );
  44.  
  45. extern void MacRGcopy
  46.   (
  47.     WindowPtr wind
  48.   );
  49.  
  50. extern void MacRGinit
  51.   (
  52.     void
  53.   );
  54.